Skip to content

Conversation

@reflectronic
Copy link
Member

@reflectronic reflectronic commented Oct 27, 2025

Release Notes:

  • windows: Improved keyboard input handling for international keyboard layouts and IMEs

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Oct 27, 2025
nia-e pushed a commit that referenced this pull request Nov 3, 2025
Closes #41486, closes #35862 

It is unnecessary, and it broke the `uses_altgr` function.

Also add Slovenian layout as using AltGr.

This should fix:
-
#40536 (comment)
- #41486
- #35862

As the current strategy relies on manually adding layouts that have
AltGr, it's brittle and not very elegant. It also has other issues (it
requests the current layout on every kesytroke and mouse movement).

**A potentially better and more comprehensive solution is at
#41259
This is just to fix the immediate issues while that gets reviewed.

Release Notes:

- windows: Fix AltGr handling on non-US layouts again.
P1n3appl3 pushed a commit to bnjjj/zed that referenced this pull request Nov 4, 2025
Closes zed-industries#41486, closes zed-industries#35862 

It is unnecessary, and it broke the `uses_altgr` function.

Also add Slovenian layout as using AltGr.

This should fix:
-
zed-industries#40536 (comment)
- zed-industries#41486
- zed-industries#35862

As the current strategy relies on manually adding layouts that have
AltGr, it's brittle and not very elegant. It also has other issues (it
requests the current layout on every kesytroke and mouse movement).

**A potentially better and more comprehensive solution is at
zed-industries#41259
This is just to fix the immediate issues while that gets reviewed.

Release Notes:

- windows: Fix AltGr handling on non-US layouts again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment